#234301

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

Shades of Turtle Green #234301

Tints of Turtle Green #234301

Color information

#234301 (or 0x234301) is unknown color: approx Turtle Green. HEX triplet: 23, 43 and 01. RGB value is (35,67,1). Sum of RGB (Red+Green+Blue) = 35+67+1=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #234301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234301 is #DCBCFE. Grayscale: #323232. Windows color (decimal): -14466303 or 82723. OLE color: 82723.

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

Color convert

RGB35671-
CMYK0.4800.990.74
HSL89.09º97.06%13.33%-
HSV(B)89.09º98.51%26.27%-
XYZ2.714.370.73-
YUV49.91100.4117.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 67 (26.56% from 255) = 65.05%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=33.98%
G=65.05%
B=0.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal356710.4800.990.7489.0997.0613.33
Hex23431300634A5961d
Octal43103160014311213114115
Binary10001110000111110000011000111001010101100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234301; }

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

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

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

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

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

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

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

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