Html Css Color HEX #308239 Japanese Laurel

📋 copy color: '#308239'

red 48 ◦ green 130 ◦ blue 57

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

Shades of Japanese Laurel #308239

Tints of Japanese Laurel #308239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

 BLUE value IS 57 (22.66% from 255) = 24.26%

R = 20.43%
G = 55.32%
B = 24.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#308239 (or 0x308239) is known color: Japanese Laurel. HEX triplet: 30, 82 and 39. RGB value is (48,130,57). Sum of RGB (Red+Green+Blue) = 48+130+57=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #308239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308239 is #CF7DC6. Grayscale: #616161. Windows color (decimal): -13598151 or 3768880. OLE color: 3768880.

HSL color Cylindrical-coordinate representation of color #308239: hue angle of 126.59º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308239 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 57 -
CMYK 0.63 0 0.56 0.49
HSL 126.59º 0.46% 0.35% -
HSV(B) 126.59º 0.63% 0.51% -
XYZ 9.94 16.89 6.61 -
YUV 97.16 105.33 92.94 -
System Red Green Blue C M Y K H S L
Decimal 48 130 57 0.63 0 0.56 0.49 126.59 0.46 0.35
Hex 30 82 39 3F 0 38 31 7F 2E 23
Octal 60 202 71 77 0 70 61 177 56 43
Binary 110000 10000010 111001 111111 0 111000 110001 1111111 101110 100011

Color Harmonies of #308239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308239

Black with #308239

Text Example


Text Example

White with #308239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308239; }

 p { color: rgb(48,130,57); }

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

background-color css

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

 a { background-color: rgb(48,130,57); }

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

border-color css

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

 span { border-color: rgb(48,130,57); }

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