#234900

Color #234900 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #234900

Tints of Turtle Green #234900

Color information

#234900 (or 0x234900) is unknown color: approx Turtle Green. HEX triplet: 23, 49 and 00. RGB value is (35,73,0). Sum of RGB (Red+Green+Blue) = 35+73+0=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #234900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234900 is #DCB6FF. Grayscale: #353535. Windows color (decimal): -14464768 or 18723. OLE color: 18723.

HSL color Cylindrical-coordinate representation of color #234900: hue angle of 91.23º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #234900 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB35730-
CMYK0.52010.71
HSL91.23º100%14.31%-
HSV(B)91.23º100%28.63%-
XYZ3.085.120.83-
YUV53.3297.91114.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 32.41%
GREEN value IS 73 (28.91% from 255) = 67.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.41%
G=67.59%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal357300.52010.7191.2310014.31
Hex2349034064475b64e
Octal43111064014410713314416
Binary10001110010010110100011001001000111101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234900; }

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

 H1.HeaderClassName
 {
   color: #234900;
 }
 .AnyTagClassName
 {
   color: #234900;
 }
</style>
background-color css

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

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

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

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

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

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