Html Css Color HEX #232601 Green Waterloo

📋 copy color: '#232601'

red 35 ◦ green 38 ◦ blue 1

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

Shades of Green Waterloo #232601

Tints of Green Waterloo #232601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 51.35%

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

R = 47.3%
G = 51.35%
B = 1.35%

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

#232601 (or 0x232601) is known color: Green Waterloo. HEX triplet: 23, 26 and 01. RGB value is (35,38,1). Sum of RGB (Red+Green+Blue) = 35+38+1=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #232601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232601 is #DCD9FE. Grayscale: #212121. Windows color (decimal): -14473727 or 75299. OLE color: 75299.

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

Color convert

RGB 35 38 1 -
CMYK 0.08 0 0.97 0.85
HSL 64.86º 0.95% 0.08% -
HSV(B) 64.86º 0.97% 0.15% -
XYZ 1.39 1.75 0.29 -
YUV 32.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 35 38 1 0.08 0 0.97 0.85 64.86 0.95 0.08
Hex 23 26 1 8 0 61 55 41 5F 8
Octal 43 46 1 10 0 141 125 101 137 10
Binary 100011 100110 1 1000 0 1100001 1010101 1000001 1011111 1000

Color Harmonies of #232601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232601

Black with #232601

Text Example


Text Example

White with #232601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232601; }

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

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

background-color css

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

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

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

border-color css

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

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

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