Html Css Color HEX #232701 Green Waterloo

📋 copy color: '#232701'

red 35 ◦ green 39 ◦ blue 1

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

Shades of Green Waterloo #232701

Tints of Green Waterloo #232701

RGB

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

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

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

R = 46.67%
G = 52%
B = 1.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#232701 (or 0x232701) is known color: Green Waterloo. HEX triplet: 23, 27 and 01. RGB value is (35,39,1). Sum of RGB (Red+Green+Blue) = 35+39+1=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #232701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232701 is #DCD8FE. Grayscale: #212121. Windows color (decimal): -14473471 or 75555. OLE color: 75555.

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

Color convert

RGB 35 39 1 -
CMYK 0.10 0 0.97 0.85
HSL 66.32º 0.95% 0.08% -
HSV(B) 66.32º 0.97% 0.15% -
XYZ 1.42 1.81 0.3 -
YUV 33.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 35 39 1 0.10 0 0.97 0.85 66.32 0.95 0.08
Hex 23 27 1 A 0 61 55 42 5F 8
Octal 43 47 1 12 0 141 125 102 137 10
Binary 100011 100111 1 1010 0 1100001 1010101 1000010 1011111 1000

Color Harmonies of #232701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232701

Black with #232701

Text Example


Text Example

White with #232701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232701; }

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

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

background-color css

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

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

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

border-color css

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

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

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