Html Css Color HEX #2B8639 Japanese Laurel

📋 copy color: '#2B8639'

red 43 ◦ green 134 ◦ blue 57

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

Shades of Japanese Laurel #2B8639

Tints of Japanese Laurel #2B8639

RGB

 RED value IS 43 (17.19% from 255) = 18.38%

 GREEN value IS 134 (52.73% from 255) = 57.26%

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

R = 18.38%
G = 57.26%
B = 24.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#2B8639 (or 0x2B8639) is known color: Japanese Laurel. HEX triplet: 2B, 86 and 39. RGB value is (43,134,57). Sum of RGB (Red+Green+Blue) = 43+134+57=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8639 is #D479C6. Grayscale: #626262. Windows color (decimal): -13924807 or 3769899. OLE color: 3769899.

HSL color Cylindrical-coordinate representation of color #2B8639: hue angle of 129.23º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8639 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 134 57 -
CMYK 0.68 0 0.57 0.47
HSL 129.23º 0.51% 0.35% -
HSV(B) 129.23º 0.68% 0.53% -
XYZ 10.26 17.86 6.78 -
YUV 98.01 104.85 88.76 -
System Red Green Blue C M Y K H S L
Decimal 43 134 57 0.68 0 0.57 0.47 129.23 0.51 0.35
Hex 2B 86 39 44 0 39 2F 81 33 23
Octal 53 206 71 104 0 71 57 201 63 43
Binary 101011 10000110 111001 1000100 0 111001 101111 10000001 110011 100011

Color Harmonies of #2B8639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8639

Black with #2B8639

Text Example


Text Example

White with #2B8639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B8639; }

 p { color: rgb(43,134,57); }

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

background-color css

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

 a { background-color: rgb(43,134,57); }

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

border-color css

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

 span { border-color: rgb(43,134,57); }

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