#383E02

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

Shades of Turtle Green #383E02

Tints of Turtle Green #383E02

Color information

#383E02 (or 0x383E02) is unknown color: approx Turtle Green. HEX triplet: 38, 3E and 02. RGB value is (56,62,2). Sum of RGB (Red+Green+Blue) = 56+62+2=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #383E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383E02 is #C7C1FD. Grayscale: #353535. Windows color (decimal): -13091326 or 147000. OLE color: 147000.

HSL color Cylindrical-coordinate representation of color #383E02: hue angle of 66º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #383E02 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB56622-
CMYK0.1000.970.76
HSL66º93.75%12.55%-
HSV(B)66º96.77%24.31%-
XYZ3.364.290.71-
YUV53.3799.01129.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 62 (24.61% from 255) = 51.67%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=46.67%
G=51.67%
B=1.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal566220.1000.970.766693.7512.55
Hex383E2A0614C425ed
Octal7076212014111410213615
Binary111000111110101010011000011001100100001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383E02; }

 p { color: rgb(56,62,2); }

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

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

 a { background-color: rgb(56,62,2); }

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

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

 span { border-color: rgb(56,62,2); }

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