Html Css Color HEX #2F903B Japanese Laurel

📋 copy color: '#2F903B'

red 47 ◦ green 144 ◦ blue 59

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

Shades of Japanese Laurel #2F903B

Tints of Japanese Laurel #2F903B

RGB

 RED value IS 47 (18.75% from 255) = 18.8%

 GREEN value IS 144 (56.64% from 255) = 57.6%

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 18.8%
G = 57.6%
B = 23.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#2F903B (or 0x2F903B) is known color: Japanese Laurel. HEX triplet: 2F, 90 and 3B. RGB value is (47,144,59). Sum of RGB (Red+Green+Blue) = 47+144+59=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #2F903B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F903B is #D06FC4. Grayscale: #696969. Windows color (decimal): -13660101 or 3903535. OLE color: 3903535.

HSL color Cylindrical-coordinate representation of color #2F903B: hue angle of 127.42º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F903B is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 144 59 -
CMYK 0.67 0 0.59 0.44
HSL 127.42º 0.51% 0.37% -
HSV(B) 127.42º 0.67% 0.56% -
XYZ 11.93 20.87 7.54 -
YUV 105.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 47 144 59 0.67 0 0.59 0.44 127.42 0.51 0.37
Hex 2F 90 3B 43 0 3B 2C 7F 33 25
Octal 57 220 73 103 0 73 54 177 63 45
Binary 101111 10010000 111011 1000011 0 111011 101100 1111111 110011 100101

Color Harmonies of #2F903B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F903B

Black with #2F903B

Text Example


Text Example

White with #2F903B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,144,59); }

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

background-color css

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

 a { background-color: rgb(47,144,59); }

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

border-color css

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

 span { border-color: rgb(47,144,59); }

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