Html Css Color HEX #384302 Turtle Green

📋 copy color: '#384302'

red 56 ◦ green 67 ◦ blue 2

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

Shades of Turtle Green #384302

Tints of Turtle Green #384302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 53.6%

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

R = 44.8%
G = 53.6%
B = 1.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#384302 (or 0x384302) is known color: Turtle Green. HEX triplet: 38, 43 and 02. RGB value is (56,67,2). Sum of RGB (Red+Green+Blue) = 56+67+2=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #384302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384302 is #C7BCFD. Grayscale: #383838. Windows color (decimal): -13090046 or 148280. OLE color: 148280.

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

Color convert

RGB 56 67 2 -
CMYK 0.16 0 0.97 0.74
HSL 70.15º 0.94% 0.14% -
HSV(B) 70.15º 0.97% 0.26% -
XYZ 3.65 4.86 0.8 -
YUV 56.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 56 67 2 0.16 0 0.97 0.74 70.15 0.94 0.14
Hex 38 43 2 10 0 61 4A 46 5E E
Octal 70 103 2 20 0 141 112 106 136 16
Binary 111000 1000011 10 10000 0 1100001 1001010 1000110 1011110 1110

Color Harmonies of #384302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384302

Black with #384302

Text Example


Text Example

White with #384302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384302; }

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

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

background-color css

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

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

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

border-color css

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

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

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