#234300

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

Shades of Turtle Green #234300

Tints of Turtle Green #234300

Color information

#234300 (or 0x234300) is unknown color: approx Turtle Green. HEX triplet: 23, 43 and 00. RGB value is (35,67,0). Sum of RGB (Red+Green+Blue) = 35+67+0=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #234300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234300 is #DCBCFF. Grayscale: #323232. Windows color (decimal): -14466304 or 17187. OLE color: 17187.

HSL color Cylindrical-coordinate representation of color #234300: hue angle of 88.66º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #234300 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB35670-
CMYK0.48010.74
HSL88.66º100%13.14%-
HSV(B)88.66º100%26.27%-
XYZ2.74.370.7-
YUV49.7999.9117.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.31%
GREEN value IS 67 (26.56% from 255) = 65.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.31%
G=65.69%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal356700.48010.7488.6610013.14
Hex23430300644A5964d
Octal43103060014411213114415
Binary10001110000110110000011001001001010101100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234300; }

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

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

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

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

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

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

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

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