Html Css Color HEX #242601 Green Waterloo

📋 copy color: '#242601'

red 36 ◦ green 38 ◦ blue 1

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

Shades of Green Waterloo #242601

Tints of Green Waterloo #242601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50.67%

 BLUE value IS 1 (0.78% from 255) = 1.33%

R = 48%
G = 50.67%
B = 1.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#242601 (or 0x242601) is known color: Green Waterloo. HEX triplet: 24, 26 and 01. RGB value is (36,38,1). Sum of RGB (Red+Green+Blue) = 36+38+1=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #242601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242601 is #DBD9FE. Grayscale: #212121. Windows color (decimal): -14408191 or 75300. OLE color: 75300.

HSL color Cylindrical-coordinate representation of color #242601: hue angle of 63.24º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #242601 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 38 1 -
CMYK 0.05 0 0.97 0.85
HSL 63.24º 0.95% 0.08% -
HSV(B) 63.24º 0.97% 0.15% -
XYZ 1.43 1.76 0.29 -
YUV 33.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 36 38 1 0.05 0 0.97 0.85 63.24 0.95 0.08
Hex 24 26 1 5 0 61 55 3F 5F 8
Octal 44 46 1 5 0 141 125 77 137 10
Binary 100100 100110 1 101 0 1100001 1010101 111111 1011111 1000

Color Harmonies of #242601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242601

Black with #242601

Text Example


Text Example

White with #242601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242601; }

 p { color: rgb(36,38,1); }

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

background-color css

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

 a { background-color: rgb(36,38,1); }

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

border-color css

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

 span { border-color: rgb(36,38,1); }

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