Html Css Color HEX #304B08 Turtle Green

📋 copy color: '#304B08'

red 48 ◦ green 75 ◦ blue 8

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

Shades of Turtle Green #304B08

Tints of Turtle Green #304B08

RGB

 RED value IS 48 (19.14% from 255) = 36.64%

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

 BLUE value IS 8 (3.52% from 255) = 6.11%

R = 36.64%
G = 57.25%
B = 6.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#304B08 (or 0x304B08) is known color: Turtle Green. HEX triplet: 30, 4B and 08. RGB value is (48,75,8). Sum of RGB (Red+Green+Blue) = 48+75+8=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #304B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B08 is #CFB4F7. Grayscale: #3B3B3B. Windows color (decimal): -13612280 or 543536. OLE color: 543536.

HSL color Cylindrical-coordinate representation of color #304B08: hue angle of 84.18º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #304B08 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 75 8 -
CMYK 0.36 0 0.89 0.71
HSL 84.18º 0.81% 0.16% -
HSV(B) 84.18º 0.89% 0.29% -
XYZ 3.78 5.68 1.13 -
YUV 59.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 48 75 8 0.36 0 0.89 0.71 84.18 0.81 0.16
Hex 30 4B 8 24 0 59 47 54 51 10
Octal 60 113 10 44 0 131 107 124 121 20
Binary 110000 1001011 1000 100100 0 1011001 1000111 1010100 1010001 10000

Color Harmonies of #304B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B08

Black with #304B08

Text Example


Text Example

White with #304B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304B08; }

 p { color: rgb(48,75,8); }

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

background-color css

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

 a { background-color: rgb(48,75,8); }

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

border-color css

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

 span { border-color: rgb(48,75,8); }

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