Html Css Color HEX #228B3C Japanese Laurel

📋 copy color: '#228B3C'

red 34 ◦ green 139 ◦ blue 60

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

Shades of Japanese Laurel #228B3C

Tints of Japanese Laurel #228B3C

RGB

 RED value IS 34 (13.67% from 255) = 14.59%

 GREEN value IS 139 (54.69% from 255) = 59.66%

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 14.59%
G = 59.66%
B = 25.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#228B3C (or 0x228B3C) is known color: Japanese Laurel. HEX triplet: 22, 8B and 3C. RGB value is (34,139,60). Sum of RGB (Red+Green+Blue) = 34+139+60=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #228B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228B3C is #DD74C3. Grayscale: #626262. Windows color (decimal): -14513348 or 3967778. OLE color: 3967778.

HSL color Cylindrical-coordinate representation of color #228B3C: hue angle of 134.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228B3C is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 34 139 60 -
CMYK 0.76 0 0.57 0.45
HSL 134.86º 0.61% 0.34% -
HSV(B) 134.86º 0.76% 0.55% -
XYZ 10.71 19.13 7.4 -
YUV 98.6 106.21 81.92 -
System Red Green Blue C M Y K H S L
Decimal 34 139 60 0.76 0 0.57 0.45 134.86 0.61 0.34
Hex 22 8B 3C 4C 0 39 2D 87 3D 22
Octal 42 213 74 114 0 71 55 207 75 42
Binary 100010 10001011 111100 1001100 0 111001 101101 10000111 111101 100010

Color Harmonies of #228B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228B3C

Black with #228B3C

Text Example


Text Example

White with #228B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228B3C; }

 p { color: rgb(34,139,60); }

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

background-color css

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

 a { background-color: rgb(34,139,60); }

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

border-color css

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

 span { border-color: rgb(34,139,60); }

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