Html Css Color HEX #232502 Green Waterloo

📋 copy color: '#232502'

red 35 ◦ green 37 ◦ blue 2

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

Shades of Green Waterloo #232502

Tints of Green Waterloo #232502

RGB

 RED value IS 35 (14.06% from 255) = 47.3%

 GREEN value IS 37 (14.84% from 255) = 50%

 BLUE value IS 2 (1.17% from 255) = 2.7%

R = 47.3%
G = 50%
B = 2.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#232502 (or 0x232502) is known color: Green Waterloo. HEX triplet: 23, 25 and 02. RGB value is (35,37,2). Sum of RGB (Red+Green+Blue) = 35+37+2=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #232502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232502 is #DCDAFD. Grayscale: #202020. Windows color (decimal): -14473982 or 140579. OLE color: 140579.

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

Color convert

RGB 35 37 2 -
CMYK 0.05 0 0.95 0.85
HSL 63.43º 0.9% 0.08% -
HSV(B) 63.43º 0.95% 0.15% -
XYZ 1.37 1.68 0.31 -
YUV 32.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 35 37 2 0.05 0 0.95 0.85 63.43 0.9 0.08
Hex 23 25 2 5 0 5F 55 3F 5A 8
Octal 43 45 2 5 0 137 125 77 132 10
Binary 100011 100101 10 101 0 1011111 1010101 111111 1011010 1000

Color Harmonies of #232502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232502

Black with #232502

Text Example


Text Example

White with #232502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232502; }

 p { color: rgb(35,37,2); }

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

background-color css

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

 a { background-color: rgb(35,37,2); }

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

border-color css

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

 span { border-color: rgb(35,37,2); }

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