Html Css Color HEX #384A02 Turtle Green

📋 copy color: '#384A02'

red 56 ◦ green 74 ◦ blue 2

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

Shades of Turtle Green #384A02

Tints of Turtle Green #384A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 56.06%

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

R = 42.42%
G = 56.06%
B = 1.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#384A02 (or 0x384A02) is known color: Turtle Green. HEX triplet: 38, 4A and 02. RGB value is (56,74,2). Sum of RGB (Red+Green+Blue) = 56+74+2=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #384A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384A02 is #C7B5FD. Grayscale: #3C3C3C. Windows color (decimal): -13088254 or 150072. OLE color: 150072.

HSL color Cylindrical-coordinate representation of color #384A02: hue angle of 75º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #384A02 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 74 2 -
CMYK 0.24 0 0.97 0.71
HSL 75º 0.95% 0.15% -
HSV(B) 75º 0.97% 0.29% -
XYZ 4.09 5.74 0.95 -
YUV 60.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 56 74 2 0.24 0 0.97 0.71 75 0.95 0.15
Hex 38 4A 2 18 0 61 47 4B 5F F
Octal 70 112 2 30 0 141 107 113 137 17
Binary 111000 1001010 10 11000 0 1100001 1000111 1001011 1011111 1111

Color Harmonies of #384A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A02

Black with #384A02

Text Example


Text Example

White with #384A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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