Html Css Color HEX #383E02 Turtle Green

📋 copy color: '#383E02'

red 56 ◦ green 62 ◦ blue 2

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

Shades of Turtle Green #383E02

Tints of Turtle Green #383E02

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 value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#383E02 (or 0x383E02) is known color: 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

RGB 56 62 2 -
CMYK 0.10 0 0.97 0.76
HSL 66º 0.94% 0.13% -
HSV(B) 66º 0.97% 0.24% -
XYZ 3.36 4.29 0.71 -
YUV 53.37 99.01 129.88 -
System Red Green Blue C M Y K H S L
Decimal 56 62 2 0.10 0 0.97 0.76 66 0.94 0.13
Hex 38 3E 2 A 0 61 4C 42 5E D
Octal 70 76 2 12 0 141 114 102 136 15
Binary 111000 111110 10 1010 0 1100001 1001100 1000010 1011110 1101

Color Harmonies of #383E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E02

Black with #383E02

Text Example


Text Example

White with #383E02

Text Example


Text Example

HTML Codes & Css Web 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>