Html Css Color HEX #23250F Green Waterloo

📋 copy color: '#23250F'

red 35 ◦ green 37 ◦ blue 15

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

Shades of Green Waterloo #23250F

Tints of Green Waterloo #23250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.24%

R = 40.23%
G = 42.53%
B = 17.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#23250F (or 0x23250F) is known color: Green Waterloo. HEX triplet: 23, 25 and 0F. RGB value is (35,37,15). Sum of RGB (Red+Green+Blue) = 35+37+15=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #23250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23250F is #DCDAF0. Grayscale: #212121. Windows color (decimal): -14473969 or 992547. OLE color: 992547.

HSL color Cylindrical-coordinate representation of color #23250F: hue angle of 65.45º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #23250F is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 37 15 -
CMYK 0.05 0 0.59 0.85
HSL 65.45º 0.42% 0.1% -
HSV(B) 65.45º 0.59% 0.15% -
XYZ 1.44 1.71 0.71 -
YUV 33.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 35 37 15 0.05 0 0.59 0.85 65.45 0.42 0.1
Hex 23 25 F 5 0 3B 55 41 2A A
Octal 43 45 17 5 0 73 125 101 52 12
Binary 100011 100101 1111 101 0 111011 1010101 1000001 101010 1010

Color Harmonies of #23250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23250F

Black with #23250F

Text Example


Text Example

White with #23250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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