Html Css Color HEX #2B852F Japanese Laurel

📋 copy color: '#2B852F'

red 43 ◦ green 133 ◦ blue 47

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

Shades of Japanese Laurel #2B852F

Tints of Japanese Laurel #2B852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.64%

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 19.28%
G = 59.64%
B = 21.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#2B852F (or 0x2B852F) is known color: Japanese Laurel. HEX triplet: 2B, 85 and 2F. RGB value is (43,133,47). Sum of RGB (Red+Green+Blue) = 43+133+47=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #2B852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B852F is #D47AD0. Grayscale: #606060. Windows color (decimal): -13925073 or 3114283. OLE color: 3114283.

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

Color convert

RGB 43 133 47 -
CMYK 0.68 0 0.65 0.48
HSL 122.67º 0.51% 0.35% -
HSV(B) 122.67º 0.68% 0.52% -
XYZ 9.9 17.49 5.54 -
YUV 96.29 100.18 89.99 -
System Red Green Blue C M Y K H S L
Decimal 43 133 47 0.68 0 0.65 0.48 122.67 0.51 0.35
Hex 2B 85 2F 44 0 41 30 7B 33 23
Octal 53 205 57 104 0 101 60 173 63 43
Binary 101011 10000101 101111 1000100 0 1000001 110000 1111011 110011 100011

Color Harmonies of #2B852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B852F

Black with #2B852F

Text Example


Text Example

White with #2B852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,47); }

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

background-color css

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

 a { background-color: rgb(43,133,47); }

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

border-color css

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

 span { border-color: rgb(43,133,47); }

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