Html Css Color HEX #242A05 Green Waterloo

📋 copy color: '#242A05'

red 36 ◦ green 42 ◦ blue 5

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

Shades of Green Waterloo #242A05

Tints of Green Waterloo #242A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.02%

R = 43.37%
G = 50.6%
B = 6.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#242A05 (or 0x242A05) is known color: Green Waterloo. HEX triplet: 24, 2A and 05. RGB value is (36,42,5). Sum of RGB (Red+Green+Blue) = 36+42+5=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 42 (16.80% from 255 or 50.60% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 42 - color contains mainly: green. Hex color #242A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242A05 is #DBD5FA. Grayscale: #242424. Windows color (decimal): -14407163 or 338468. OLE color: 338468.

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

Color convert

RGB 36 42 5 -
CMYK 0.14 0 0.88 0.84
HSL 69.73º 0.79% 0.09% -
HSV(B) 69.73º 0.88% 0.16% -
XYZ 1.58 2.04 0.45 -
YUV 35.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 36 42 5 0.14 0 0.88 0.84 69.73 0.79 0.09
Hex 24 2A 5 E 0 58 54 46 4F 9
Octal 44 52 5 16 0 130 124 106 117 11
Binary 100100 101010 101 1110 0 1011000 1010100 1000110 1001111 1001

Color Harmonies of #242A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A05

Black with #242A05

Text Example


Text Example

White with #242A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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