Html Css Color HEX #383902 Turtle Green

📋 copy color: '#383902'

red 56 ◦ green 57 ◦ blue 2

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

Shades of Turtle Green #383902

Tints of Turtle Green #383902

RGB

 RED value IS 56 (22.27% from 255) = 48.7%

 GREEN value IS 57 (22.66% from 255) = 49.57%

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 48.7%
G = 49.57%
B = 1.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#383902 (or 0x383902) is known color: Turtle Green. HEX triplet: 38, 39 and 02. RGB value is (56,57,2). Sum of RGB (Red+Green+Blue) = 56+57+2=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #383902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383902 is #C7C6FD. Grayscale: #323232. Windows color (decimal): -13092606 or 145720. OLE color: 145720.

HSL color Cylindrical-coordinate representation of color #383902: hue angle of 61.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #383902 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 57 2 -
CMYK 0.02 0 0.96 0.78
HSL 61.09º 0.93% 0.12% -
HSV(B) 61.09º 0.96% 0.22% -
XYZ 3.1 3.77 0.62 -
YUV 50.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 56 57 2 0.02 0 0.96 0.78 61.09 0.93 0.12
Hex 38 39 2 2 0 60 4E 3D 5D C
Octal 70 71 2 2 0 140 116 75 135 14
Binary 111000 111001 10 10 0 1100000 1001110 111101 1011101 1100

Color Harmonies of #383902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383902

Black with #383902

Text Example


Text Example

White with #383902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383902; }

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

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

background-color css

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

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

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

border-color css

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

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

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