Html Css Color HEX #242A10 Green Waterloo

📋 copy color: '#242A10'

red 36 ◦ green 42 ◦ blue 16

#242A10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #242A10

Tints of Green Waterloo #242A10

RGB

 RED value IS 36 (14.45% from 255) = 38.3%

 GREEN value IS 42 (16.8% from 255) = 44.68%

 BLUE value IS 16 (6.64% from 255) = 17.02%

R = 38.3%
G = 44.68%
B = 17.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.84

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#242A10 (or 0x242A10) is known color: Green Waterloo. HEX triplet: 24, 2A and 10. RGB value is (36,42,16). Sum of RGB (Red+Green+Blue) = 36+42+16=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #242A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242A10 is #DBD5EF. Grayscale: #252525. Windows color (decimal): -14407152 or 1059364. OLE color: 1059364.

HSL color Cylindrical-coordinate representation of color #242A10: hue angle of 73.85º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #242A10 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 42 16 -
CMYK 0.14 0 0.62 0.84
HSL 73.85º 0.45% 0.11% -
HSV(B) 73.85º 0.62% 0.16% -
XYZ 1.65 2.07 0.8 -
YUV 37.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 36 42 16 0.14 0 0.62 0.84 73.85 0.45 0.11
Hex 24 2A 10 E 0 3E 54 4A 2D B
Octal 44 52 20 16 0 76 124 112 55 13
Binary 100100 101010 10000 1110 0 111110 1010100 1001010 101101 1011

Color Harmonies of #242A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A10

Black with #242A10

Text Example


Text Example

White with #242A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242A10; }

 p { color: rgb(36,42,16); }

 H1.HeaderClassName
 {
   color: #242A10;
 }
 .AnyTagClassName
 {
   color: #242A10;
 }
</style>

background-color css

<style>
 a { background-color: #242A10; }

 a { background-color: rgb(36,42,16); }

 div.DivClassName
 {
   background-color: #242A10;
 }
 .BgClassName
 {
   background-color: #242A10;
 }
</style>

border-color css

<style>
 span { border-color: #242A10; }

 span { border-color: rgb(36,42,16); }

 td.TdClassName
 {
   border-color: #242A10;
 }
 .TagClassName
 {
   border-color: #242A10;
 }
</style>