Html Css Color HEX #242701 Green Waterloo

📋 copy color: '#242701'

red 36 ◦ green 39 ◦ blue 1

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

Shades of Green Waterloo #242701

Tints of Green Waterloo #242701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 51.32%

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

R = 47.37%
G = 51.32%
B = 1.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#242701 (or 0x242701) is known color: Green Waterloo. HEX triplet: 24, 27 and 01. RGB value is (36,39,1). Sum of RGB (Red+Green+Blue) = 36+39+1=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #242701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242701 is #DBD8FE. Grayscale: #212121. Windows color (decimal): -14407935 or 75556. OLE color: 75556.

HSL color Cylindrical-coordinate representation of color #242701: hue angle of 64.74º 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 #242701 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 39 1 -
CMYK 0.08 0 0.97 0.85
HSL 64.74º 0.95% 0.08% -
HSV(B) 64.74º 0.97% 0.15% -
XYZ 1.46 1.83 0.3 -
YUV 33.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 36 39 1 0.08 0 0.97 0.85 64.74 0.95 0.08
Hex 24 27 1 8 0 61 55 41 5F 8
Octal 44 47 1 10 0 141 125 101 137 10
Binary 100100 100111 1 1000 0 1100001 1010101 1000001 1011111 1000

Color Harmonies of #242701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242701

Black with #242701

Text Example


Text Example

White with #242701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242701; }

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

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

background-color css

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

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

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

border-color css

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

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

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