Html Css Color HEX #232900 Green Waterloo

📋 copy color: '#232900'

red 35 ◦ green 41 ◦ blue 0

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

Shades of Green Waterloo #232900

Tints of Green Waterloo #232900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.05%
G = 53.95%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#232900 (or 0x232900) is known color: Green Waterloo. HEX triplet: 23, 29 and 00. RGB value is (35,41,0). Sum of RGB (Red+Green+Blue) = 35+41+0=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 41 (16.41% from 255 or 53.95% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 41 - color contains mainly: green. Hex color #232900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232900 is #DCD6FF. Grayscale: #222222. Windows color (decimal): -14472960 or 10531. OLE color: 10531.

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

Color convert

RGB 35 41 0 -
CMYK 0.15 0 1 0.84
HSL 68.78º 1% 0.08% -
HSV(B) 68.78º 1% 0.16% -
XYZ 1.49 1.94 0.3 -
YUV 34.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 35 41 0 0.15 0 1 0.84 68.78 1 0.08
Hex 23 29 0 F 0 64 54 45 64 8
Octal 43 51 0 17 0 144 124 105 144 10
Binary 100011 101001 0 1111 0 1100100 1010100 1000101 1100100 1000

Color Harmonies of #232900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232900

Black with #232900

Text Example


Text Example

White with #232900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232900; }

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

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

background-color css

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

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

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

border-color css

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

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

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