Html Css Color HEX #232901 Green Waterloo

📋 copy color: '#232901'

red 35 ◦ green 41 ◦ blue 1

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

Shades of Green Waterloo #232901

Tints of Green Waterloo #232901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 53.25%

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

R = 45.45%
G = 53.25%
B = 1.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#232901 (or 0x232901) is known color: Green Waterloo. HEX triplet: 23, 29 and 01. RGB value is (35,41,1). Sum of RGB (Red+Green+Blue) = 35+41+1=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #232901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232901 is #DCD6FE. Grayscale: #222222. Windows color (decimal): -14472959 or 76067. OLE color: 76067.

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

Color convert

RGB 35 41 1 -
CMYK 0.15 0 0.98 0.84
HSL 69º 0.95% 0.08% -
HSV(B) 69º 0.98% 0.16% -
XYZ 1.49 1.95 0.33 -
YUV 34.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 35 41 1 0.15 0 0.98 0.84 69 0.95 0.08
Hex 23 29 1 F 0 62 54 45 5F 8
Octal 43 51 1 17 0 142 124 105 137 10
Binary 100011 101001 1 1111 0 1100010 1010100 1000101 1011111 1000

Color Harmonies of #232901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232901

Black with #232901

Text Example


Text Example

White with #232901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232901; }

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

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

background-color css

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

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

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

border-color css

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

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

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