Html Css Color HEX #242C04 Green Waterloo

📋 copy color: '#242C04'

red 36 ◦ green 44 ◦ blue 4

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

Shades of Green Waterloo #242C04

Tints of Green Waterloo #242C04

RGB

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

 GREEN value IS 44 (17.58% from 255) = 52.38%

 BLUE value IS 4 (1.95% from 255) = 4.76%

R = 42.86%
G = 52.38%
B = 4.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.83

RGB Variations

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

Color information

#242C04 (or 0x242C04) is known color: Green Waterloo. HEX triplet: 24, 2C and 04. RGB value is (36,44,4). Sum of RGB (Red+Green+Blue) = 36+44+4=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 44 (17.58% from 255 or 52.38% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 44 - color contains mainly: green. Hex color #242C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242C04 is #DBD3FB. Grayscale: #252525. Windows color (decimal): -14406652 or 273444. OLE color: 273444.

HSL color Cylindrical-coordinate representation of color #242C04: hue angle of 72º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #242C04 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.83.

Color convert

RGB 36 44 4 -
CMYK 0.18 0 0.91 0.83
HSL 72º 0.83% 0.09% -
HSV(B) 72º 0.91% 0.17% -
XYZ 1.65 2.19 0.45 -
YUV 37.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 36 44 4 0.18 0 0.91 0.83 72 0.83 0.09
Hex 24 2C 4 12 0 5B 53 48 53 9
Octal 44 54 4 22 0 133 123 110 123 11
Binary 100100 101100 100 10010 0 1011011 1010011 1001000 1010011 1001

Color Harmonies of #242C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242C04

Black with #242C04

Text Example


Text Example

White with #242C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,44,4); }

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

background-color css

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

 a { background-color: rgb(36,44,4); }

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

border-color css

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

 span { border-color: rgb(36,44,4); }

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