Html Css Color HEX #384B02 Turtle Green

📋 copy color: '#384B02'

red 56 ◦ green 75 ◦ blue 2

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

Shades of Turtle Green #384B02

Tints of Turtle Green #384B02

RGB

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

 GREEN value IS 75 (29.69% from 255) = 56.39%

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

R = 42.11%
G = 56.39%
B = 1.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#384B02 (or 0x384B02) is known color: Turtle Green. HEX triplet: 38, 4B and 02. RGB value is (56,75,2). Sum of RGB (Red+Green+Blue) = 56+75+2=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #384B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B02 is #C7B4FD. Grayscale: #3D3D3D. Windows color (decimal): -13087998 or 150328. OLE color: 150328.

HSL color Cylindrical-coordinate representation of color #384B02: hue angle of 75.62º 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 #384B02 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 75 2 -
CMYK 0.25 0 0.97 0.71
HSL 75.62º 0.95% 0.15% -
HSV(B) 75.62º 0.97% 0.29% -
XYZ 4.16 5.88 0.97 -
YUV 61 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 56 75 2 0.25 0 0.97 0.71 75.62 0.95 0.15
Hex 38 4B 2 19 0 61 47 4C 5F F
Octal 70 113 2 31 0 141 107 114 137 17
Binary 111000 1001011 10 11001 0 1100001 1000111 1001100 1011111 1111

Color Harmonies of #384B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B02

Black with #384B02

Text Example


Text Example

White with #384B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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